ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MapLayerBase<T> Class / ItemsSource Property






In This Topic
    ItemsSource Property (MapLayerBase<T>)
    In This Topic
    Gets or sets a data source for the layer.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As System.String
    'Usage
     
    
    Dim instance As MapLayerBase(Of T)
    Dim value As System.String
     
    instance.ItemsSource = value
     
    value = instance.ItemsSource
    public System.string ItemsSource {get; set;}
    public read-write property ItemsSource: System.String; 
    public function get,set ItemsSource : System.String
    public: __property System.string* get_ItemsSource();
    public: __property void set_ItemsSource( 
       System.string* value
    );
    public:
    property System.String^ ItemsSource {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    Data source should be GeoJSON object(s).
    See Also